home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000349_news@newsmaster….columbia.edu _Mon Sep 15 11:11:15 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA11859
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 15 Sep 1997 11:11:14 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA21894
  7.     for kermit.misc@watsun; Mon, 15 Sep 1997 11:11:13 -0400 (EDT)
  8. Newsgroups: comp.protocols.kermit.misc
  9. Path: news.columbia.edu!panix!howland.erols.net!ix.netcom.com!gerlach
  10. From: gerlach@netcom.com (Matthew H. Gerlach)
  11. Subject: Re: kermit and PPP
  12. Message-ID: <gerlachEGK1q6.DuK@netcom.com>
  13. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  14. References: <1997Sep14.222503.14410@galileo.cc.rochester.edu>
  15. Date: Mon, 15 Sep 1997 15:01:18 GMT
  16. Lines: 27
  17. Sender: gerlach@netcom23.netcom.com
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7672
  19.  
  20.  
  21.  
  22. The way to do it is to not exit kermit.  Use the command "redirect pppd"
  23. to give the modem session as stdin/stdout to pppd.  It worked for me under
  24. SunOS.
  25.  
  26. Matthew
  27. In article <1997Sep14.222503.14410@galileo.cc.rochester.edu> Joshua Pincus <froboz@cif.rochester.edu> writes:
  28. >Hi, 
  29. >
  30. >I've got kermit performing my dialup stuff for a kernel-level PPP on 
  31. >a FreeBSD 2.1.5 machine.  The problem is this:  I need the kermit 
  32. >script to dial, respond to the login/password info, and then exit 
  33. >WITHOUT killing the modem connection so that pppd can talk to the 
  34. >/dev/cuaa2 serial port in kermit's place.
  35. >
  36. >How do I do this???  The quit command kills kermit and resets all the 
  37. >devices that kermit is talking to.  How can I make kermit quit and 
  38. >give pppd ownership over /dev/cuaa2 without hanging up the line?
  39. >
  40. >Thanks,
  41. >froboz@roundtable.cif.rochester.edu
  42. >-- 
  43. >/*
  44. >    -- DER UBERMENSCH!!!
  45. >*/
  46.  
  47.